home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 009a / snpd0493.zip / KBFLIP.C < prev    next >
Text File  |  1993-04-05  |  434b  |  21 lines

  1. .I 23 3
  2. #define BYTE unsigned char
  3.  
  4. BYTE FAR *kb_status = (BYTE FAR *) 0x00400017;
  5. .D 24 2
  6. .D 29 4
  7. .I 44 1
  8.       exit(-1);
  9. .D 45 1
  10. .I 62 1
  11.       BYTE template = *kb_status;              /* Make changes to copy */
  12. .D 63 1
  13. .I 80 2
  14.                               template = (BYTE)BitSet(template, posn);
  15.                         else  template = (BYTE)BitClr(template, posn);
  16. .D 81 2
  17. .I 87 2
  18.       return(0);
  19. }
  20. .D 88 2
  21.